projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fbdcd62
)
Correct parsing of GISTeq option that was causing all NMEA output to be GISTeq.
author
robertl
<robertl>
Thu, 24 Jul 2008 02:22:57 +0000
(
02:22
+0000)
committer
robertl
<robertl>
Thu, 24 Jul 2008 02:22:57 +0000
(
02:22
+0000)
nmea.c
patch
|
blob
|
history
diff --git
a/nmea.c
b/nmea.c
index 5324f7fabc3f5db1ef630da974d95f219c257e74..be751f994bd49edaab63e288c660bbfe2aa55ca1 100644
(file)
--- a/
nmea.c
+++ b/
nmea.c
@@
-257,6
+257,7
@@
nmea_rd_init(const char *fname)
CHECK_BOOL(opt_gpgga);
CHECK_BOOL(opt_gpvtg);
CHECK_BOOL(opt_gpgsa);
+ CHECK_BOOL(opt_gisteq);
QUEUE_INIT(&pcmpt_head);
@@
-311,6
+312,7
@@
nmea_wr_init(const char *portname)
CHECK_BOOL(opt_gpgga);
CHECK_BOOL(opt_gpvtg);
CHECK_BOOL(opt_gpgsa);
+ CHECK_BOOL(opt_gisteq);
append_output = atoi(opt_append);